IChipCardReaderService

Types

Link copied to clipboard
Default implementation for IChipCardReaderService.
Link copied to clipboard
Local-side IPC implementation stub class.

Functions

Link copied to clipboard
abstract fun asBinder(): IBinder
Link copied to clipboard
abstract fun closeCardReader()
Closes the card reader.
Link copied to clipboard
abstract fun openCardReader(timeout: Long): CardOpenResult
This method will block until a card is inserted into the default card reader.
Link copied to clipboard
abstract fun readEidData(isoCountryCode: String): CardReadResult
Link copied to clipboard
abstract fun readUID(): CardReadResult
Link copied to clipboard
abstract fun sendAPDU(apdu: Array<Byte>, bufferSize: Int, closeAfterResponse: Boolean): ApduResponse
Sends an APDU command to the card and returns the response.